home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 2455.ZIP / WHATS.NEW < prev    next >
Text File  |  1991-07-01  |  6KB  |  160 lines

  1.  
  2.  
  3.  
  4.                            []=======================[]
  5.                            []  pEDIT  Version 2.01  []
  6.                            []=======================[]
  7.  
  8.  
  9.                                   New Features
  10.                                   ------------
  11.  
  12.          File 'pick' lists; enter a wildcard file specification such
  13.          as "GET FILE *.BAS" and pick from a list of all matching
  14.          file names
  15.  
  16.          Disk macros; these let you automate repetitive tasks and
  17.          extend (customize) the editor, i.e. give it some capability
  18.          it doesn't have built-in
  19.  
  20.          On-line help for every pEDIT command; the help file is user-
  21.          customizable
  22.  
  23.          Trim Buffer; this new command 'trims' each line of the
  24.          current buffer, i.e. sets the length to zero if the line is
  25.          composed entirely of blanks
  26.  
  27.          Limited wild-card search capablility; search for beginning
  28.          or end of line
  29.  
  30.          A default keyboard configuration is defined at startup if
  31.          no INI file is found. The labelled keys such as Home, PgUp,
  32.          Del, etc. are set to their normal function and Esc is the
  33.          DoCommand key. In the past you had to reboot as there was
  34.          no way to "talk to" the editor
  35.  
  36.          Telephone support for registered users
  37.  
  38.  
  39.                                   Just Improved
  40.                                   -------------
  41.  
  42.          Keyboard macros can now contain ANY keystroke as keys are
  43.          bound to a full command string rather than just a procedure
  44.          name
  45.  
  46.          Improved error handling; pEDIT now checks for sufficient
  47.          disk space before saving a file
  48.  
  49.          Improved editing in prompting mode; use the keys you're
  50.          already used to - a subset of your defined keys
  51.  
  52.          Smaller size; pEDIT 2 contains much new functionality yet
  53.          the executable is over 10k smaller than version 1.75!
  54.  
  55.          Improved performance in several areas;
  56.  
  57.            - Get File averages 10% faster
  58.            - Write File is up to twice as fast
  59.            - Fill Paragraph is 40-50% faster
  60.  
  61.          Improved internal compile support; with disk macros it is
  62.          now possible to loop through errors in your source code one-
  63.          at-a-time!
  64.  
  65.  
  66.                             Some Things Have Changed
  67.                             ------------------------
  68.  
  69.          Single DOS environment variable 'PEDIT' saves valuable
  70.          environment space; replaces 'PEDITHLP' and 'PEDITINI'
  71.  
  72.          Two sample init files are now provided:
  73.  
  74.            - Standard; tries to follow the so-called PC standard
  75.              with <F01> = Help, <Del> = EraseChar, etc.
  76.  
  77.            - Alternate; corresponds to what came with previous
  78.              versions of pEDIT
  79.  
  80.          A template for the old 84-key keyboard is no longer
  81.          provided
  82.  
  83.          FillParagraph now reformats starting at the current line
  84.          instead of at the top of the paragraph
  85.  
  86.          'FIND NEXT' has been replaced by 'FINDNEXT' as 'FIND NEXT'
  87.          is now interpreted as "search for the string "NEXT"'
  88.  
  89.  
  90.                            []=======================[]
  91.                            []  pEDIT  Version 2.10  []
  92.                            []=======================[]
  93.  
  94.  
  95.                                   New Features
  96.                                   ------------
  97.  
  98.          Multi-key commands; this major enhancement allows two-key
  99.          commands and permits emulation of WordStar, Emacs and many
  100.          other editors
  101.  
  102.          Abort; the abort key is now user definable and is not 'hard-
  103.          wired' to Ctrl-C
  104.  
  105.          Define Shift; used to define shift (lead in) keys for the
  106.          new multi-key commands
  107.  
  108.          Rename File; the name of the disk file can now be changed
  109.          so a file being edited can be saved under a different name
  110.  
  111.          Ruler; toggles a status line ruler on and off
  112.  
  113.          Set PIndent; paragraph indent lets you automatically indent
  114.          the first line of a paragraph
  115.  
  116.          Set Scope Local|Global; when the scope is Global, all Find
  117.          and Replace operations operate on ALL user buffers - you can
  118.          now search for text anywhere in memory
  119.  
  120.  
  121.                                   Just Improved
  122.                                   -------------
  123.  
  124.          Smaller size; pEDIT 2.10 is now only 72k in size (on disk)
  125.          after being compressed by the marvelous LZEXE utility
  126.  
  127.          An elusive bug that would rarely insert nulls into the text
  128.          has been fixed.
  129.  
  130.          Overall performance has again been improved
  131.  
  132.          The number of user buffers has been increased from 4 to 6
  133.  
  134.          Replace now permits the same wildcards that can be used
  135.          with Find to match beginning/end of line
  136.  
  137.  
  138.                             Some Things Have Changed
  139.                             ------------------------
  140.  
  141.          Four sample initialization files are now provided:
  142.  
  143.            - WordStar
  144.  
  145.            - Emacs; the famous UNIX programmer's editor
  146.  
  147.            - Standard; tries to follow the so-called PC standard
  148.              with <F01> = Help, <Del> = EraseChar, etc.
  149.  
  150.            - Alternate; the original pEDIT configuration
  151.  
  152.          Switching to the COMMAND buffer is no longer permitted;
  153.          there is no reason for anyone to do so
  154.  
  155.          Trim Buffer now trims all lines of the buffer, not just
  156.          empty lines
  157.  
  158.          Any Help or File pick list selection can be cancelled by
  159.          pressing the defined Abort key
  160.